Interface org.omg.CORBA.ConstantDef
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.ConstantDef
- public interface ConstantDef
- extends Object
- extends Object, Contained
A ConstantDef object defines a named constant.
-
type()
-
-
type_def()
-
-
type_def(IDLType)
-
-
value()
-
-
value(Any)
-
type
public abstract TypeCode type() throws SystemException
type_def
public abstract IDLType type_def() throws SystemException
type_def
public abstract void type_def(IDLType arg) throws SystemException
value
public abstract Any value() throws SystemException
value
public abstract void value(Any arg) throws SystemException
All Packages Class Hierarchy This Package Previous Next Index